home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Super PC 26
/
Super PC 26 (Shareware).iso
/
spc
/
util
/
fractint
/
bat
/
temp.bak
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-06-18
|
170 b
|
10 lines
#include <stdio.h>
void main()
{
int n;
float a=-1.176, b=1.176;
printf("\n\n");
for (n=0; n<=5; ++n) printf("%G\n", ((5-n)/5.0)*a + (n/5.0)*b);
}